ModifyIpSegment
Description
No description for this api.
Request Method
POST
Request Path
/apsara/route/Ddosprivate/ModifyIpSegment
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
IpId | BODY | integer | Yes | No sample value for this parameter. | the traffic collection monitoring network segment record ID to be modified. |
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
IpSegmentName | BODY | string | Yes | No sample value for this parameter. | IP network segment, format x.x.x.x/x. |
InfoName | BODY | string | Yes | No sample value for this parameter. | the region information of the network segment. For example, the DXJF value can indicate that the network segment belongs to the Daxing data center area. |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
RequestId | string | no demo value | request ID. |
Example
Successful Response example
{
"RequestId":"no demo value"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}